drop function postgresql

44

DROP TRIGGER [IF EXISTS] trigger-name 
ON table-name [ CASCADE | RESTRICT ];
DROP FUNCTION foo(signature);

Comments

Submit
0 Comments